home *** CD-ROM | disk | FTP | other *** search
- MP3-Info plugin v1.0 by Deniil 715! for MultiRen
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- This plugin can extract all standard information from Mpeg Audio
- files (MP3).
- It can extract:
- Version;
- The version is returned as 'MPEG-1' or 'MPEG-2'.
- I have no doc on how to get version MPEG-2.5 yet...
-
- Layer;
- The layer is returned as 'I', 'II' or 'III' for layer 1,2 and 3.
-
- Frequency;
- This is returned in hertz like '44100' for 44.1kHz.
-
- Bitrate;
- The bitrate is returned in kbps, that is '128' is returned for 128kbps.
-
- Mode;
- The modes: 'Stereo', 'Joint Stereo', 'Dual Channel' and 'Mono'
- can be returned.
-
- Emphasis;
- This is returned as: 'None', '50/15ms' or 'CCITT j.17'.
-
- The 4 flags;
- These are returned as:
- protection -> 'CRC'
- copyright -> 'Copyright'
- private -> 'Private'
- original -> 'Original'
-
- If a flag is not set an empty string is returned.
-
- Minutes:
- At least 2 digits. '03' for 3 minutes.
-
- Seconds:
- Always 2 digits, '45' for a rest of 45 seconds after the hole
- minues has been removed.
-
- Combine these two as *A:*B if Minutes is *A and seconds *B and you
- will get, in this example, '03:34' :)
-
-
- Place this plugin in the subdirectory Plugins/ of MultiRen.
-
- My e-mail: deniil@algonet.se
-